.alert1 {
    display: none; /* Hide by default */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.alert-content {
    background: white;
    padding: 30px;
    text-align: center;
}

.card .description {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-family: "ubuntu-regular", sans-serif;
}

.card .title {
  color: #76838f;
}

.bg-yellow {
  background-color: #ffb71d;
  padding: 5px;
  
  margin-top: 20px;
}

a.action {

}

.btn-outline-primary-yellow {
  border: 1px solid #6c757d !important;
  color: #6c757d;
  width: 42px;
  height: 42px;
  line-height: 1.8 !important;
}

.btn-outline-primary-yellow:hover {
  border: 1px solid #ffb71d !important;
  background-color: #ffb71d !important;
  color: white !important;
}

.text-right {
  text-align: right;
}

.normal_font_size {
  font-size: 0.875rem !important;
}